| Back to main index |
Attributes in [Head] section:
Type: 1
Allowed Mode: 0 (try once)
Allowed Blocking: 0 (non blocking)
Attributes in [ChangeOption] section:
| InfoLeftSide | Description |
|---|---|
| -1 | Don't change |
| 1 | Distance to destination |
| 2 | Distance to next junction |
| 3 | Time of arrival |
| 4 | Remaining drive time |
| 5 | Speed |
| 6 | Height above sea level |
| InfoRightSide | Description |
|---|---|
| -1 | Don't change |
| 1 | Distance to destination |
| 2 | Distance to next junction |
| 3 | Time of arrival |
| 4 | Remaining drive time |
| 5 | Speed |
| 6 | Height above sea level |
| Vehicle | Description |
|---|---|
| -1 | Don't change |
| 0 | Fast car |
| 1 | Slow car |
| 2 | Pedestrian |
| 3 | Bicycle |
| 4 | Motorbike |
| 5 | Caravan |
| 6 | Slow truck |
| 7 | Fast truck |
| 8 | User Profile |
| Optimisation | Description |
|---|---|
| -1 | Don't change |
| 0 | According to roads |
| 1 | Economical route |
| 2 | According to time |
Sample .in file: This request deactivates the display of street names in navigation, sets the volume of speech to 50% and sets the vehicle profile to slow car
|
[Head] Type=2 Mode=0 Blocking=0 [ChangeOption] ShowStreetNames=0 ShowCompass=-1 ShowScale=-1 MapFacingNorth=-1 ShowManoeuvreCountdownBar=-1 ShowNextStreet=-1 ShowManoeuvreText=-1 InfoLeftSide=-1 InfoRightSide=-1 MagnificationDependentOnSpeed=-1 Volume=50 AvoidUTurns=-1 MapInItineraryFacingNorth=-1 Vehicle=1 Optimisation=-1 |
Attributes in [ChangeOption] section: All available attributes described in .in file section (see above) are written to the .out file with their corresponding values.
Sample .out file: Resulting .out file from the above .in file example
|
[Head] Type=2 TypeDesc=change option Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=95747453 Id=95747421 Result=2 ResultDesc=success and request deleted ExecuteDuration=153 [ChangeOption] ShowStreetNames=0 ShowCompass=1 ShowScale=1 MapFacingNorth=1 ShowManoeuvreCountdownBar=1 ShowNextStreet=1 ShowManoeuvreText=0 InfoLeftSide=1 InfoRightSide=3 MagnificationDependentOnSpeed=1 Volume=50 AvoidUTurns=1 MapInItineraryFacingNorth=1 Vehicle=1 Optimisation=0 |
| Back to main index | Top of page |